From 407c970b5201e4cf7fe506b2def54517b5f9b1e2 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 23 May 2008 10:57:03 +0100 Subject: [PATCH] xend: Import TRIGGER_S3RESUME and HVM_PARAM_ACPI_S_STATE into XendDomain.py. Signed-off-by: Keir Fraser --- tools/python/xen/xend/XendDomain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py index a34ebb3908..9b088dc800 100644 --- a/tools/python/xen/xend/XendDomain.py +++ b/tools/python/xen/xend/XendDomain.py @@ -43,8 +43,8 @@ from xen.xend.XendConstants import XS_VMROOT from xen.xend.XendConstants import DOM_STATE_HALTED, DOM_STATE_PAUSED from xen.xend.XendConstants import DOM_STATE_RUNNING, DOM_STATE_SUSPENDED from xen.xend.XendConstants import DOM_STATE_SHUTDOWN, DOM_STATE_UNKNOWN -from xen.xend.XendConstants import DOM_STATE_CRASHED -from xen.xend.XendConstants import TRIGGER_TYPE +from xen.xend.XendConstants import DOM_STATE_CRASHED, HVM_PARAM_ACPI_S_STATE +from xen.xend.XendConstants import TRIGGER_TYPE, TRIGGER_S3RESUME from xen.xend.XendDevices import XendDevices from xen.xend.XendAPIConstants import * -- 2.30.2